* {
	margin: 0;
	padding: 0;
}
body{
	font-family: "微软雅黑";
	text-decoration: none;
	list-style: none;
}
/* input:-webkit-autofill {
       box-shadow: 0 0 0px 1000px #FFF inset !important;
       -webkit-text-fill-color: white;
} */
.fr {
	float: right;
}

.fl {
	float: left;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}
a{
	color: inherit;
}
a:focus {
	outline: none;
}

.hidden {
	overflow: hidden;
}